home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00137_Script_Disappear < prev    next >
Text File  |  1999-02-25  |  410b  |  18 lines

  1.  
  2. on mouseWithin me
  3.   set the visibility of sprite 14 = FALSE
  4.   set the visibility of sprite 15 = FALSE
  5.   set the visibility of sprite 16 = FALSE
  6.   set the visibility of sprite 17 = FALSE
  7.   cursor -1
  8.   
  9. end
  10.  
  11.  
  12. on mouseLeave me
  13.   set the visibility of sprite 14 = TRUE
  14.   set the visibility of sprite 15 = TRUE
  15.   set the visibility of sprite 16 = TRUE
  16.   set the visibility of sprite 17 = TRUE
  17. end
  18.